home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / Graphic Elements 3 / GEMisc / GEClearWorld.h < prev    next >
Text File  |  1995-03-27  |  346b  |  30 lines

  1. /*
  2.     GEClearWorld.h
  3.     
  4.     Utility to clear a Graphic Elements world of all elements for reuse
  5.     
  6.     Copyright 1995 by Al Evans. All rights reserved.
  7.     
  8.     3/27/95
  9.     
  10. */
  11.  
  12. #ifndef GECLEARWORLD
  13. #define GECLEARWORLD
  14.  
  15. #include "GraphElements.h"
  16.  
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20.  
  21. void ClearGEWorld(GEWorldPtr world);
  22.  
  23.  
  24. #ifdef __cplusplus
  25. }
  26. #endif
  27.  
  28.  
  29.  
  30. #endif